Welcome![Sign In][Sign Up]
Location:
Search - linux tcp

Search list

[Documents在Linux下配置TCP-IP.rar

Description: 这片文章较详细地介绍了在Linux下如何配置TCP/IPX协议。
Platform: | Size: 20967 | Author: | Hits:

[Internet-Networktcp

Description: Linux下tcp并发服务器的实现。服务器端监听是否有请求,并循环接受收到的请求,每收到一个请求,fork()一次,通过子进程来完成客户端的请求。-Under Linux tcp achieve concurrent server. Monitor whether the server requests and circulation accept requests received, each receives a request, fork () once, by a child process to complete the client' s request.
Platform: | Size: 8192 | Author: | Hits:

[Internet-Networkdeliver-string-tcp

Description: linux下使用tcp方式实现数据(字符串)的传送,这是服务端-Use the linux tcp way to achieve data (string) transmission, which is the server-side
Platform: | Size: 46080 | Author: mefine | Hits:

[Internet-Networklinux-C-server-socket

Description: linux下unixdomain和internetdomain的tcp的文件传输服务器和主机程序-Under unixdomain and internetdomain of linux tcp file transfer server and the host program
Platform: | Size: 3072 | Author: 联系 | Hits:

[Internet-Networklinux-tcp

Description: linux下的网络编程,采用tcp服务,位于服务端的代码,且采用多线程服务客户端请求-the server of linux
Platform: | Size: 2048 | Author: YangRui | Hits:

[VC/MFCLinux-select-TCP

Description: Linux TCP并发服务器与客户端编程-Linux TCP concurrent server and client programming
Platform: | Size: 2048 | Author: 俊杰 | Hits:

[Internet-NetworkLinux-TCP-Sample

Description: 这是自己编写的linux socket tcp 编程实例,包括Server与Client,仅供参考。-This is their preparation linux socket tcp programming examples, including Server and Client, for reference purposes only.
Platform: | Size: 1024 | Author: 张华斌 | Hits:

[TCP/IP stacktcp+udp

Description: socket网络编程在linux下的实现,支持tcp/udp两种协议(Socket network programming under Linux implementation, support tcp/udp two protocols)
Platform: | Size: 3072 | Author: 吴杰 | Hits:

[Internet-Networkiperf-master

Description: iPerf 代码,测试网络带宽.Linux 源代码(iPerf code, test network bandwidth)
Platform: | Size: 604160 | Author: EricXiong | Hits:

[Internet-NetworkServer

Description: 使用libevevt 封装的 TCP服务器和客户端。(TCP server and client using libevevt encapsulation)
Platform: | Size: 359424 | Author: 街角的木偶 | Hits:

[TCP/IP stacktcp.tar

Description: linux下的网络编程,可实现传输文件和qq聊天的功能(Network programming under Linux, can transfer files and QQ chat function)
Platform: | Size: 9216 | Author: 雷哥666 | Hits:

[Linux-Unixtcp

Description: 在linux嵌入式平台上进行TCP通信代码(TCP communication code on Linux Embedded Platform)
Platform: | Size: 718848 | Author: 小清奈 | Hits:

[Linux-UnixLinux基础命令

Description: 本文将讲述网络相关命令,作者假定读者具备TCP/IP协议栈的基础知识。对于相关命令及其输出只介绍它的基本的使用方法和大概的描述,具体协议将不作详细解释。 如今网络无疑是很重要的,linux系统中提供了丰富的网络测试与管理命令。我们来一起看看它们。(This article will tell about network-related commands, and the author assumes that the reader has the basics of TCP\/IP protocol stacks. The specific agreement will not be explained in detail for the related command and its output to describe only its basic usage and approximate description.)
Platform: | Size: 747520 | Author: abc132123 | Hits:

[TCP/IP stackLinux下C语言Socket函数建立TCP连接

Description: LINUX下使用C语言基于SOCKET函数建立TCP连接(LINUX uses the C language to build TCP connections based on the SOCKET function)
Platform: | Size: 3072 | Author: 乐哉山水 | Hits:

[Linux-Unixlinux进程之间的通讯综合实例

Description: A<========>B<=========>C<=====>D<======>E A与B进程之间通过TCP的socket传递 主要掌握socket的流程: A服务器端: socket -->bind---->listen---->accept send read B客户端: socket-->connect->read send 不懂的可以man一下 man socket B与C使用共享内存来交互 步骤是:shmget->shmat->直接读写--->shmdt shmctl(删除) 可以man C与D之间使用消息传递进行 msgget-->msgrcv->msgsnd (注意这里的返回值判断发送正确与否 不是发送的字节数) D使用fork() 创建了一个进程 E D跟E之间使用无名管道进行交互 E程序中可以使用有名管道 进行通讯。(A<========>B<=========>C<=====>D<======>E Between the A and the B processes, the process of master socket is passed through the socket of the TCP: A server side: Socket -->bind---->listen---->accept send read B client: Socket-->connect->read send Do not understand the ability to man man socket B and C interact with shared memory The step is: shmget->shmat-> read and write --->shmdt shmctl directly (delete) Can man Message passing between C and D Msgget-->msgrcv->msgsnd (note that the return value here determines whether to send correctly or not the number of bytes sent) D uses fork () to create a process E Interaction between D and E using anonymous pipes E programs can communicate with famous pipes.)
Platform: | Size: 4096 | Author: 数据包 | Hits:

[TCP/IP stacklinux-1.2.13.tar

Description: tcp/ip内核源码实现,对于分析源码来理解tcp/ip协议有很好的作用(Tcp/ip kernel source code implementation)
Platform: | Size: 2354176 | Author: 123DLJ | Hits:

[Linux-Unix简单TCP套接

Description: linux系统下简单的soket套接,实现客户端与服务单的简单信息传输(Simple soket socket under Linux system,Simple information transmission of client and service list)
Platform: | Size: 4096 | Author: 枕戈天下 | Hits:

[Linux-Unixuart

Description: 在linux下,am335为硬件平台,实现tcp协议(Under Linux, am335 is a hardware platform to implement the TCP protocol)
Platform: | Size: 11264 | Author: 申酉戌亥sky | Hits:

[Internet-Networktcp

Description: 利用Linux平台编程,实现让自己PC变成一个简单的服务器。可以通过IP和端口号实现局域网的网络通讯。(Use Linux platform programming to make your PC a simple server. The network communication of the LAN can be realized through IP and port number.)
Platform: | Size: 9216 | Author: lb_! | Hits:

[Linux-Unixlinux大作业代码

Description: 系统采用客户端和服务器端开发模式。在客户端,设计两个进程P1和P2同时读取网卡上的数据,P1读取数据后,负责将TCP报文中的头部数据写入到Packet文件中,P2读取数据后,负责将UDP报文的头部同样写入到Packet文件中。(The system uses the client and server-side development mode. On the client side, we design two processes, P1 and P2, and read the data on the network card. After reading data, P1 is responsible for writing the header data in the TCP message to the Packet file. After P2 reads the data, it is responsible for writing the header of the UDP message to Packet file as well.)
Platform: | Size: 5120 | Author: 纯甄 | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

CodeBus www.codebus.net